This operation is to transfer the reviewed request consent details from council to online DA service.
CaseID required | string A fully qualified application number. |
OrganisationID required | string Used by the API gateway to identify the council LGA name from which the request was initiated. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
operativeConsentIssued required | boolean This is to capture 'Has satisfactory evidence been provided that the conditions have been addressed'. Mandatory when the applicant submits the request operational consent. |
consentComments | string <= 2000 characters This is to track the comments from council while issuing operational consent. Mandatory when operativeConsentIssued is selected as False. |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "operativeConsentIssued": true,
- "consentComments": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}